projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eedf841
)
(rmail-highlight-headers): Don't skip newlines, just tab and space.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 13:26:33 +0000
(13:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 13:26:33 +0000
(13:26 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 5b100dadeb837294d320a6cbc6016fe41bba7d7d..df4e7d36a247d426dec57c23204f4be4a0fd41df 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1419,7
+1419,7
@@
If summary buffer is currently displayed, update current message there also."
(overlays rmail-overlay-list))
(goto-char (point-min))
(while (re-search-forward rmail-highlighted-headers nil t)
- (skip-
syntax-forward "
")
+ (skip-
chars-forward " \t
")
(let ((beg (point))
overlay)
(while (progn (forward-line 1)